Stop VSCode From Ignoring Linux Remaps

Press Ctrl + Shift + p on your keyboard, or hit View on the top left navigation menu and click Command Pallet

Type Preferences: Open User Settings (JSON), then press Enter.

Add the following JSON key and value:

"keyboard.dispatch": "keyCode"

Save and restart VSCode.


Check out these articles...